home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :
- : This should give you a template to create your custom menu system.
- :
- : two handy batch file tips. 1. a colon and a space makes for a time-saving
- : comment. 1. ECHO followed by a "." will echo a blank line.
-
-
- :menu_again
- textmode
-
- SHOW MENU.PCX
-
- KEY 123456789Q
-
- IF ERRORLEVEL 10 GOTO QUIT
- IF ERRORLEVEL 9 GOTO MENU9
- IF ERRORLEVEL 8 GOTO HELP
- IF ERRORLEVEL 7 GOTO MENU7
- IF ERRORLEVEL 6 GOTO MENU6
- IF ERRORLEVEL 5 GOTO MENU5
- IF ERRORLEVEL 4 GOTO MENU4
- IF ERRORLEVEL 3 GOTO MENU3
- IF ERRORLEVEL 2 GOTO MENU2
- IF ERRORLEVEL 1 GOTO MENU1
-
- goto menu_again
-
-
- :MENU1
- SAY THANKYOU
- : This is the OVERVIEW for multimedia 1
-
- rem do BLUE EYES INTRO
- show-win blueyes.gif
- delay
- show-win mouthop1.gif 76 142
- say hello
- show-win mouth.gif 76 142
- zoom out
-
- rem do MULTIMEDIA 1 INTRO
- show-win bricks.gif
- say welto
- say multi1
- delay
- show-win found1.gif 0 84
- say master
- zoom in
-
- includes
- clr-text
- goto menu_again
-
-
- :MENU2
- SAY THANKYOU
-
- : show business home examples
-
- textmode
- BUSS-APP
- clr-text
- goto menu_again
-
-
- :MENU3
- SAY THANKYOU
- : show educational Jupiter example
-
- show-win jupiter.gif
- gtext "JUPITER" 2 9 16 180 260
- gtext "LARGEST PLANET IN" 4 20 14 200 260
- gtext "THE SOLAR SYSTEM." 5 20 14 200 260
- say jupiter
- gtext "JUPITER TAKES ALMOST" 19 20 8 160 260
- gtext "12 YEARS TO REVOLVE" 20 20 8 160 260
- gtext "AROUND THE SUN." 21 20 8 160 260
- delay 4
-
- : ERASE TEXT
- gtext "JUPITER" 2 9 16 0 300
- gtext "LARGEST PLANET IN" 4 20 14 0 260
- gtext "THE SOLAR SYSTEM." 5 20 14 0 260
- gtext "JUPITER TAKES ALMOST" 19 20 8 0 260
- gtext "12 YEARS TO REVOLVE" 20 20 8 0 260
- gtext "AROUND THE SUN." 21 20 8 0 260
- zoom out
- say wow
- EDUC-APP
- clr-text
- goto menu_again
-
- :MENU4
- : question example
- textmode
- call example3.bat
- ECHO.
- ECHO ╔═════════════════════════════════════════════════════════╗
- ECHO ║ You can use Multimedia 1 to create a complete tutorial ║
- ECHO ║ with question and answers testing or create a complete ║
- ECHO ║ menu driven application (just like this program). ║
- ECHO ╚═════════════════════════════════════════════════════════╝
- ECHO.
- ECHO.
- ECHO Press any key to return to the Main Menu
- key
- clr-text
- goto menu_again
-
- :MENU5
- textmode
- call example5.bat
- call example6.bat
- goto menu_again
-
-
- :MENU6
- textmode
- steps
- clr-text
- call tutor.bat
- goto menu_again
-
-
- :MENU7
- textmode
- call play
- clr-text
- goto menu_again
-
- :HELP
- textmode
- MANUAL
- clr-text
- goto menu_again
-
-
- :MENU9
- textmode
- register
- clr-text
- goto menu_again
-
-
- :quit
- SAY BYE
- scroll up
- ECHO.
- ECHO ╔══════════════════════════════════════════════════════════════════════════╗
- ECHO ║ This is an unregistered copy of MULTIMEDIA 1, for EVALUATION ONLY. ║
- ECHO ║ IF YOU CONTINUE TO USE THIS PACKAGE, PLEASE .... ~~~~~~~~~~~~~~~ ║
- ECHO ║ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ║
- ECHO ║ Send CHECK or M.O. for $59 to: ╔════════════════════════╗ ║
- ECHO ║ C.M.S. INC ~~~ ║ Call toll free ║ ║
- ECHO ║ 3005 Glenmore Ave. ║ 1-800-847-0309 ║ ║
- ECHO ║ Balto. MD 21214 USA ║ for CREDIT CARD orders.║ ║
- ECHO ║ 410-665-0193 ╚════════════════════════╝ ║
- ECHO ║ ║
- ECHO ║ Within 2 weeks, you will receive the registered version of this new ║
- ECHO ║ innovative package with OVER 1 MEG. OF SPEECH AND MUSIC, THE IMAGE ║
- ECHO ║ PROCESSOR, THE DEVELOPMENT EDITOR, SVGA DISPLAY CAPABILITY, ADVANCED ║
- ECHO ║ COMMANDS, TECHNICAL SUPPORT, COMPLETE MANUAL and a FREE 2nd program. ║
- ECHO ║ ║
- ECHO ║ Your support will allow us to continue to develop MULTIMEDIA software ║
- ECHO ║ for your applications. We have worked 203 weeks in the development ║
- ECHO ║ of MULTIMEDIA 1, please support our products by sending in your ║
- ECHO ║ registration fee. You will receive a top quality package. ║
- ECHO ║ ────────────────────────────────────── ║
- ECHO ║ ** $59.00 IS A SMALL PRICE TO PAY FOR A PACKAGE WITH THIS CAPABILITY. ** ║
- ECHO ╚══════════════════════════════════════════════════════════════════════════╝
- DELAY
- SAY REGISTER
- ECHO Press Shift Print Scrn to print this page or Press any key to continue.
- KEY
- echo.
- echo.
- echo This package is part of our complete line of speech products for EDUCATIONAL,
- echo BUSINESS, COMEDY, ENTERTAINMENT and PROGRAMMING applications. We can record
- echo custom speech and capture video images from photos, VCR tapes and artwork.
- echo Refer to MANUAL.EXE (Other Products and Services) for more information.
- echo.
- ECHO WINDOWS USERS - Start Windows like this "WIN /S" before you run Multimedia 1.
- ECHO.
- echo.
- echo *** THANK YOU FOR YOUR SUPPORT ***
- echo.
- echo Type BLASTER if you have a SOUND BLASTER.
- echo.
- echo Type MENU to restart MULTIMEDIA 1.
- delay 2
- echo.